Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: invalid compressed file for huge file #11

Merged
merged 2 commits into from
Mar 1, 2024

Conversation

TheCrab13
Copy link
Contributor

as reported by client, pdbstore is generating incomplete compressed file based on makecab.exe utility.

Reference: https://techcommunity.microsoft.com/t5/windows-server-for-developers/makecab-command-has-limitation-of-2gb-package-size/m-p/1599480

@TheCrab13 TheCrab13 added the bug Something isn't working label Feb 24, 2024
@TheCrab13 TheCrab13 self-assigned this Feb 24, 2024
Copy link

codecov bot commented Feb 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.94%. Comparing base (7f4b6af) to head (1e6b324).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #11      +/-   ##
==========================================
+ Coverage   92.91%   92.94%   +0.03%     
==========================================
  Files          45       45              
  Lines        2681     2693      +12     
==========================================
+ Hits         2491     2503      +12     
  Misses        190      190              
Flag Coverage Δ
unit 92.94% <100.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
pdbstore/io/file.py 87.58% <100.00%> (+0.62%) ⬆️
pdbstore/store/entry.py 97.80% <100.00%> (+0.12%) ⬆️

@TheCrab13 TheCrab13 force-pushed the fix/crash-with-large-file/no-ref branch from 1bbeb1f to 1e6b324 Compare March 1, 2024 11:23
@TheCrab13 TheCrab13 merged commit a4c62cc into main Mar 1, 2024
13 checks passed
@TheCrab13 TheCrab13 deleted the fix/crash-with-large-file/no-ref branch March 1, 2024 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant